home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dpmigcc5.zip / RSX / SOURCE / DJLIBRSX / GETPID.S < prev    next >
Text File  |  1994-05-27  |  107b  |  8 lines

  1. /    int getpid ( void )
  2.  
  3.     .globl    _getpid
  4. _getpid:
  5.     movw    $0x7f05,%ax
  6.         int     $0x21
  7.         ret
  8.